home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / PROGRAMMING / GAMESUITE / GameSuite / Utilities / Effects / ReadMe < prev    next >
Text File  |  1995-01-29  |  1KB  |  32 lines

  1.  
  2. PsychoEffect
  3. ============
  4.  
  5. Yes, sorry about the name but I’ve got all star commands starting with Psycho
  6. registered to me (for Digital Psychosis and all that).  Anyway, PsychoEffect
  7. is a 256 colour mode fader with dithering.  The details of its SWI are at the
  8. top of the source file.  The files includes are
  9.  
  10. SetUp         Used to set up the path variable if you recompile.
  11.  
  12. FadeSpr     For reference, this is the fade data, created by eye, which
  13.         the module uses. 
  14.  
  15. LinFade     The data stripped out of FadeSpr.  This is INCBINed into
  16.         the PsychoEffect Module at compile time.
  17.  
  18. FadeDemo     You'll need a 256 colour MODE 15 sprite to run this.  The
  19.         lizard file supplied with Translator is particularly good for
  20.         this.
  21.  
  22. Effects     The compiled module, ready to go.
  23.  
  24. EffSource     The source code for Effects.
  25.  
  26. Note that the module name and SWI number for PsychoEffect are unregistered,
  27. so if you want to use the code I suggest you remove the code from the module
  28. and embed it in your own code.
  29.  
  30. Andy Southgate 1994/5 - use freely.
  31.  
  32.